Getting started
3 step
Open vim and execute :IcedConnect (or <Leader>' shortcut)
Evaluate s-expressions
Demo (Leiningen)
Create a project
$ lein new iced-example && cd iced-example
Start REPL
$ iced repl
Open core.clj and connect
$ vim src/iced_example/core.clj
Connect to REPL via :IcedConnect command
Enjoy coding!